Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
page fault
In a paged virtual memory system, an
access to a page (block) of memory that is not currently
mapped to physical memory. When a page fault occurs the
operating system either fetches the page in from {secondary
storage} (usually disk) if the access was legitimate or
otherwise reports the access as illegal.
(1995-11-11)